From: Gabriel Wicke Date: Thu, 29 Apr 2004 12:07:02 +0000 (+0000) Subject: height: 1% also sanitized textareas, tawrapper can go now X-Git-Tag: 1.3.0beta1~194 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/%22%24ccApp/%28%5B%5E/%7B%24admin_url%7Dcompta/comptes/%27.%24entree%5B%27icone%27%5D.%27?a=commitdiff_plain;h=d76af24d23f9209af192293676f0a54818b41236;p=lhc%2Fweb%2Fwiklou.git height: 1% also sanitized textareas, tawrapper can go now --- diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 4d9651e2b9..7379747a24 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -34,7 +34,6 @@ #portlet-contentViews li a:hover { padding-bottom: 0.17em; } -/* log in etc */ #portal-personaltools { padding-bottom: 0.1em; } @@ -43,7 +42,7 @@ padding-right: 13px; } #bodyContent { - width: 98%; + height: 1%; } /* show the hand */ @@ -57,15 +56,7 @@ div.visualClear { } textarea { overflow: auto; - width: 99%; - /* same negative margin as on #portal-column-content - don't ask why..*/ - margin-left: -12.2em; -} -div.tawrapper { - width: 100%; - text-align: left; - overflow: hidden; + width: 97%; } .special li { overflow: auto;